A. .ASP
B. .Web
C. .ASPX
D. None of these
Advertisement
Related Mcqs:
- A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
- A. AdRotator B. LinkButton C. Both A and B D. None of the Above...
- How many configuration files can an ASP.NET projects have?
- A. One B. Two C. Three D. More than Three...
- How ASP.Net Different from classic ASP ?
- A. Code is separated from the HTML and interpreted Code is interpreted separately B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server C. Scripting is separated from the HTML, Code is interpreted seperately D. None of these...
- In ASP.NET application the Global.asax file lie in which directory_________________?
- A. System B. ROOT C. Application D. None of the Above...
- Which language is used to create an ASP.NET code file ?
- A. Visual Basic B. C# C. C++ D. All of the above...
- What is the extension of a web user control file ?
- A. .Aspx B. .Asmx C. .Ascx D. None of these...
- In ASP.NET if you want to allows page developers a way to specify static connections in a content page then the class used is_____________?
- A. System.Activator B. ProxyWebPartManager C. WebPartManager D. None of these...
- Give one word: What model does ASP.NET request processing is based on__________________?
- A. Top-down B. Bottom-up C. Waterfall D. Pipeline...
- What executable unit gets created when we build an ASP.Net application ?
- A. . EXE B. . COM C. . DLL D. None of the above...
- How to find out what version of ASP.NET I am using on my machine ?
- A. Response.Write(Version.ToString() ); B. Response.Write(System.Version.ToString() ); C. Response.Write(System.Environment.Version.ToString() ); D. not possible...
Advertisement